DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.DataConnector.AdoNet Namespace / DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter> Class / CreateDbCommand Method

In This Topic
    CreateDbCommand Method (DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter>)
    In This Topic
    現在の接続に関連付けられた System.Data.Common.DbCommand オブジェクトを作成または返します。
    Syntax
    'Declaration
     
    Protected Overrides Function CreateDbCommand() As DbCommand
    protected override DbCommand CreateDbCommand()
    See Also